projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
522ddc9
)
(list-buffers, ctl-x-map): Mark the entry points with ;;;###autoload cookies.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 14 Oct 2009 14:49:13 +0000
(14:49 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 14 Oct 2009 14:49:13 +0000
(14:49 +0000)
lisp/buff-menu.el
patch
|
blob
|
history
diff --git
a/lisp/buff-menu.el
b/lisp/buff-menu.el
index a644b2ffccbac5abff3b9cc9830999c41a2d46ad..1b7fbad1ab7efdb5928a41cd17b565fe4bb7dd84 100644
(file)
--- a/
lisp/buff-menu.el
+++ b/
lisp/buff-menu.el
@@
-638,8
+638,10
@@
The current window remains selected."
(view-buffer-other-window (Buffer-menu-buffer t)))
\f
+;;;###autoload
(define-key ctl-x-map "\C-b" 'list-buffers)
+;;;###autoload
(defun list-buffers (&optional files-only)
"Display a list of names of existing buffers.
The list is displayed in a buffer named `*Buffer List*'.